net.netFD.Close (method, view implemented interface methods)

15 uses

	net (current package)
		fd_posix.go#L44: 	runtime.SetFinalizer(fd, (*netFD).Close)
		fd_posix.go#L47: func (fd *netFD) Close() error {
		fd_unix.go#L103: 				fd.Close() // prevent a leak
		fd_unix.go#L174: 		netfd.Close()
		file_posix.go#L48: 		fd.Close()
		file_posix.go#L70: 	fd.Close()
		file_posix.go#L85: 	fd.Close()
		file_posix.go#L102: 	fd.Close()
		net.go#L220: 	err := c.fd.Close()
		sock_posix.go#L58: 				fd.Close()
		sock_posix.go#L64: 				fd.Close()
		sock_posix.go#L71: 		fd.Close()
		tcpsock_posix.go#L113: 			fd.Close()
		tcpsock_posix.go#L167: 	return ln.fd.Close()
		unixsock_posix.go#L196: 	return ln.fd.Close()